
@font-face {
    font-family: opensans-light;
    src: url(fonts/opensans-light-webfont.woff);
    src: url(fonts/opensans-light-webfont.woff2);
    src: url(fonts/opensans-light-webfont.eot lite);
}
@font-face {
    font-family: opensans-regular;
    src: url(fonts/opensans-regular-webfont.woff);
    src: url(fonts/opensans-regular-webfont.woff2);
    src: url(fonts/opensans-regular-webfont.eot lite);
}
@font-face {
    font-family: opensans-semibold;
    src: url(fonts/opensans-semibold-webfont.woff);
    src: url(fonts/opensans-semibold-webfont.woff2);
    src: url(fonts/opensans-semibold-webfont.eot lite);
}
@font-face {
    font-family: opensans-bold;
    src: url(fonts/opensans-bold-webfont-webfont.woff);
    src: url(fonts/opensans-bold-webfont.woff2);
    src: url(fonts/opensans-bold-webfont.eot lite);
}
* p, h1, h3, h4, h5, h5, ul{
  padding: 0;
  margin: 0;
}
body{
    overflow-x:hidden;
}
/*--------- header Start --------*/
/*------ Top Start -----*/
@media (max-width: 768px){
    .special{
        margin-left:15px;
        margin-right:0px;
    }
}

.top{
  background-color: #000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.top-text{margin-top: 7px;
}
.top-text p{
  font-size: 12px;
  color: #c2c2c2;
  font-family: opensans-bold;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 15px 0 30px;
}
.top-icon{
  text-align: right;
}
.top-icon ul{
  list-style: none;
  display: block;
  margin: 0;
}
.top-icon li{
display: inline-block;
}
.top-icon a{
  display: block;
  color: #c2c2c2;
  padding-right: 4px;
}
.top-icon a:hover{
  color: #03a9f4;
}
/*------ Top End -----*/



/*------ Nav Bar Start -----*/
.navbar-nav {
  font-size:14px;
}
.navbar-nav a:hover{
  color: #fff;
  background-color: #e6e6e6;
}
.nav li a:hover{
    background-color:none;  
}
.navbar-default{
  background: none;
  border: none;
}
.navbar-toggle {
  margin-bottom: : 20px;
}
.navbar{
  margin: 0;
  border: solid 0px #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #000;
}
.navbar-default .navbar-nav > li > a{
    color: #fff;
    font-family: opensans-semibold;
    font-size: 18px;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #03a9f4;
    background-color: transparent;
}
.nav > li > a{
  padding: 30px 35px;
}
.navbar-default .navbar-toggle .icon-bar{
  background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #03a9f4;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #008add;
    float: unset;
    text-align: center;
    padding: 0;
}
.logo{
  padding: 35px 0;
}
.dropdown-menu > li > a{
  color: #444444;
  font-family: opensans-semibold;
  font-size: 14px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus{
  color: #ffff;
  background-color: #03a9f4;

}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #03a9f4;
  color: #fff;
}
/*------ Nav Bar End -----*/

/*------ Search Start -----*/
.middel-fluid{
  padding-top: 15px;
  padding-bottom: 15px;
}
.search{
  text-align: right;
  padding-top: 43px;
  display: inline-block;

float: right;
}
.search input{
  padding: 0;
  background-color: #fff;
  display: inline-block;
  border: solid 1px #000;
  vertical-align: top;
  width: 465px;
  height: 46px;
  border-radius:0px;
  padding-left: 15px;
  font-size: 16px;
  font-family: opensans-semibold;
  color: #a1b8a5;
}
.search button{
  padding: 0;
  border: solid 1px #000;
  display: inline-block;
  border: 0;
  vertical-align: top;
  background-color: #000;
  margin-left: -5px;
  border-radius: 0px;
  width: 55px;
    height: 46px;
}
.lang-la{
    text-align: right;
    margin-top: 7px;
}
.our-team-hover{
  display: inline-block;
  float: right;
  padding-top: 10px;

padding-right: 50px;
}
.our-team-hover ul{
  list-style: none;
  display: block;
}
.our-team-hover li{
  display: inline-block;
}
.our-team-hover a{
  display: block;
  color: #000;
  padding: 40px 6px;
  transition: all 0.5s ease;
}
.our-team-hover a:hover{
  color: #ff000a;
}
.our-team:hover .our-team-hover{
  opacity: 1;
}
/*------ Search End -----*/













@media screen and (max-width: 991px){
  .nav > li > a {
    padding: 30px 20px;
  }
}



@media screen and (max-width: 767px){
  .navbar-toggle{
    margin-right: 0px;
    padding: 0;
    border:0;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #fff;
    float: unset;
    padding: 0;
    text-align: center;
    overflow: hidden;
  }
  .nav > li > a {
    padding: 20px 5px;
  }
  .navbar-default .navbar-nav > li > a{
    font-size: 14px;
  }
  .search button{
    width: 20%;
  }
  .search input{
    width: 80%;
  }
  .middel-fluid {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .logo{
    width: 300px;
    max-width: 100%;
  }
  .lang-la{
    text-align: center;
  }
  .featuerd-img-img img{
    width:100% !important;
}
  .featuerd-img-img{
    width:100% !important;
    margin-bottom:25px;
}
.box-dets {

    background-size: cover !important;
background-repeat: repeat !important;
height: 38px;
width: 100% !important;
text-align:left;
background:#ff000a;
}
}
@media screen and (max-width: 480px){
  .logo {
    width: 220px;
    max-width: 100%;
  }
  .box-dets {

    background-size: cover !important;
background-repeat: repeat !important;
height: 38px;
width: 100% !important;
text-align:left;
background:#ff000a;
}
}
@media screen and (max-width: 768px){
    .box-dets {

     background-size: cover !important;
background-repeat: repeat !important;
height: 38px;
width: 100% !important;
text-align:left;
background:#ff000a;
}
}
/*--------- header End --------*/
.featuerd-img-img img{
    width:100%;
    /*height: 328px;*/
}
.featuerd-img-img{
    width:85%;
}
.more_view ul{padding:0px;margin:0px;}
.more_view ul li{display:inline-block;     -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);}

.more_view ul li img{max-width:150px;}




/*--------- Our Categories Start --------*/
.categories-fluid{
  padding-top: 0px;
  padding-bottom: 0px;
}
.categories-text-main{
  text-align: center;
  padding-bottom: 30px;
}
.categories-text-main h1{
  font-size: 48px;
  color: #fff;
  font-family: opensans-bold; 
}
.categories-text-main span{
  color: #03a9f4;
}
.categories{
  text-align: center;
  position: relative;
}
.categories-text{
  position: absolute;
  top: 40%;
  bottom: 0;
  width: 50px;
  height: 50px;
  background-color: rgb(132, 6, 11, 0.6);
  transition: all 0.5s ease;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
}
.categories-text h3{
  color: #fff;
  font-size: 0px;
  font-family: opensans-bold;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 43%;
  transition: all 0.5s ease;
}
.categories:hover .categories-text{
  opacity: 1;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
}
.categories-text:hover h3{
  font-size: 30px;
}




@media screen and (max-width: 1199px){
  .categories-text:hover h3 {
    font-size: 25px;
  }
}




@media screen and (max-width: 991px){
  .categories-text:hover h3 {
    font-size: 20px;
  }
  .categories-text-main h1 {
    font-size: 25px;
  }
}




@media screen and (max-width: 767px){
  .categories-fluid {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .categories-text-main h1 {
    font-size: 20px;
  }
  .categories{
    margin-bottom: 20px;
  }
  .logo-tp{
      text-align: center;
  }
  .logo-mb{
    max-width: 150px;
    width: 100%;
  }
}
/*--------- Our Categories End --------*/


















/*--------- About Us Start --------*/
.about-fulid{
  background: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 90px;
  padding-bottom: 90px;
}
.about-text{
  text-align: center;
}
.about-text h1{
  color: #ff000a;
  font-size: 60px;
  font-family: opensans-bold;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.about-text span{
  color: #fff;
}
.about-text p{
  font-size: 14px;
  color: #fff;
  font-family: opensans-regular;
  letter-spacing: 2px;
  line-height: 27px;
  text-transform: uppercase;
  padding-top: 35px;
  padding-bottom: 65px;
}
.about-text a{
  font-size: 19px;
  color: #fff;
  padding: 19px 33px;
  background-color: #ff000a;
  text-transform: capitalize;
  transition: all 0.5s ease;
}
.about-text a:hover{
  background-color: #fff;
  color: #000;
  text-decoration: none;
}




@media screen and (max-width: 1199px){
  .about-text p{
    font-size: 11px;
  }
}




@media screen and (max-width: 991px){
  .about-text p{
    font-size: 14px;
  }
}



@media screen and (max-width: 767px){
.about-text h1{
    font-size: 30px;
  }
}
/*--------- About Us End --------*/


























/*--------- Special Products Start --------*/
.special-products-fluid{
  background-image: url(im/feature-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.special{
  padding-top: 20px;
  
  position: relative;
  background-color: #fff;
  border: solid 2px #ff000a;
  text-align: center;
}
.special-text{
  text-align: center;
  padding-top: 50px;
}
.special-text h4{
  font-size: 16px;
  color: #000;
  font-family: opensans-regular;
  padding: 10px 0;
}
.special-text p{
  font-size: 16px;
  color: #000;
  font-family: opensans-regular;
}
.special-text a{
  font-size: 14px;
  color: #ff000a;
  font-family: opensans-bold;
  padding-top: 5px;
}
.special-text button{
  border: 0;
  background-color: transparent;
  border: solid 1px #ff000a;
  padding: 5px;
}
.special-hover{
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom:0;
  margin-bottom: 0;
  width: 100%;
  height: 0%;
  background-color: rgb(0,0,0,0.2);
  border-radius: 10px;
  transition: all 0.5s ease;
}
.special-hover-img{
  padding: 7px 7px;
  background-color: #03a9f4;
  margin-top: 0px;
  border-radius: 0px 0px 10px 10px; 
  text-align: center;
  animation-name: top;
  animation-duration: 4s;
  animation-iteration-count: 2;
  animation-direction: alternate-reverse;
  transition: all 0.7s ease;
}
.special-hover-img div{
  padding-top: 23px;
  padding-bottom: 23px;
  border: solid 1px #fff;
  border-radius: 0px 0px 10px 10px; 
}
.special-hover-img a{
  padding: 0 5px;
}
.special:hover .special-hover-img{
  margin-top: 292px; 
}
.special:hover .special-hover{
  opacity: 1;
  height: 100%
}
.featured-main-text{
  padding: 0px 0 20px;
  text-align: right;
  margin-top: -17px;
  display: none;
}
.featured-main-text h3{
  font-family: opensans-semibold;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}
/*--------- Special Products End --------*/









.news-lettetr{
  background-color: #ff000a;
  padding-top: 30px;
  padding-bottom: 30px;
}
.news-lettetr h1{
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  font-family: opensans-semibold;
  float: left;
  display: table;
}
.news-lettetr button{
  color: #000;
  font-size: 16px;
  font-family: opensans-semibold;
  height: 50px;
  width: 5%;
  background-color: #fff;
  border: 0;
  float: right;
  display: table;
  margin-left: -5px;
}

.news-lettetr input{
  color: #000;
  font-size: 16px;
  font-family: opensans-semibold;
  height: 50px;
  width: 50%;
  background-color: #fff;
  border: 0;
  float: right;
  display: table;
  padding-left: 15px;
}





@media screen and (max-width: 767px){
  .news-lettetr h1{
    float: unset;
  }
  .news-lettetr button{
    width: 20%;
  }
  .news-lettetr input{
    width: 80%;
  }
}










/*--------- Bottom Start --------*/
.bottom-fluid{
  background-color: #212121;
  padding-bottom: 30px;
}
.bottom-text{
  padding-top: 34px; 
}
.bottom-text h3{
  font-family: opensans-semibold;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  display: inline-flex;
  padding-bottom: 19px;
}
.bottom p{
  font-family: opensans-regular;
  font-size: 12px;
  color: #666666;
  padding-top: 20px;
  padding-bottom: 20px;
}
.bottom input{
  border: 0;
  border-bottom: solid 1px #925186;
  border-style: dotted;
  font-family: opensans-regular;
  font-size: 12px;
  color: #925186;
  text-transform: uppercase;
  width: 82px;
}
.bottom button{
  border: solid 1px #f0f0f0;
  background-color: #eeeeee;
  font-family: opensans-regular;
  font-size: 12px;
  color: #999999;
  text-transform: uppercase;
  margin-top: 19px;
  padding-top: 5px;
  padding-bottom: 2px;
}
.bottom button i{
  color: #999999;
  padding-left: 11px;
}
.bottom-link {
}
.bottom-link ul{
  display: block;
  list-style: none;
}
.bottom-link li{
  display: block;
}
.bottom-link a{
  font-family: opensans-regular;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  padding-top: 7px;
  padding-bottom: 7px;
  background-image: url(im/top.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 15px;
  display: block;
}
.bottom-link a:hover{
  text-decoration: none;
  color: #85070c;
}
.bottom-mid-text{
  padding-top: 23px;
}
.bottom-mid-text h3{
  font-family: opensans-regular;
  font-size: 12px;
  color: #666666;
  text-transform: uppercase;
  background-image: url(im/top.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 11px;
}
.bottom-mid-text h4{
  font-family: opensans-regular;
  font-size: 12px;
  color: #666666;
  padding-left: 11px;
  padding-top: 9px;
  padding-bottom: 15px;
}
.bottom-bt-text{
  border-top: solid 1px #fff;
  font-family: opensans-regular;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #212121;
}
.bottom-about ul{
  list-style: none;
  display: block;
  padding-top: 20px;
}
.bottom-aboutt li{
  display: block;
  padding-bottom: 7px;
  padding-top: 7px;
}
.bottom-about h3{
  display: inline-block;
  font-size: 14px;
  color: #444444;
  font-family: opensans-regular;
  background-image: url(im/oppining-watch.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 30px;
  padding-right:  10px;
  padding-top: 5px;
padding-bottom: 5px;
  text-align: left;
}
.bottom-about p{
  text-align: right;
  font-size: 14px;
  color: #868686;
  font-family: opensans-regular;
  display: inline-block;
  padding: 0;
}
.bottom-p p{
  text-align: left;
  font-size: 14px;
  color: #fff;
  font-family: opensans-regular;
  display: inline-block;
  padding: 0;
  padding-top: 7px;
  padding-bottom: 7px;
}
.bottom-p a{
  color: #fff;
}









@media screen and (max-width: 1199px){
  .bottom-p p {
    font-size: 13px;
  }
}
/*--------- Bottom End --------*/



.featuerd-img-img{
  position: relative;
  overflow: hidden;
}
.img-hover{
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.img-hover h2{
  background-color: rgb(255,0,10,0.5);
  position: absolute;
  top: -20px;
  left: 0;
  width: 0%;
  height: 100%;
  transition: all 0.5s ease;
}
.img-hover h1{
  background-color: rgb(255,0,10,0.5);
  position: absolute;
  top: 0;
  right: 0px;
  width: 0%;
  height: 100%;
  transition: all 0.8s ease;
}
.img-hover p{
  background-color: #ff000a;
  position: absolute;
  width: 100%;
  height: 213%;
  right: -119%;
  top: -106%;
  transform: rotate(136deg);
  transition: all 1s ease;
  transition-delay: 0.5s;
}
.featuerd-img-img:hover .img-hover{
  opacity: 1;
}
.img-hover:hover h2{
  width: 50%;
  left: 0;
}
.img-hover:hover h1{
  width: 50%;
  right: 0px;
}
.img-hover:hover p{
  width: 100%;
  height: 315%;
  right: 41%;
  top: 7%;
  transition-delay: 0.5s;
}

.box-dets{
      background-image: url(../im/pro-btm.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 38px;
    
}
.add-to-cart{
  position: relative;
  right: -159px;
  bottom: 10px;

}
.add-to-cart a{
  text-decoration: none;
  color: #fff;
  font-size: 11px;
}
.pro-name{
  position: relative;
  left: 10px;
  top: 9px;
}
.pro-name a{
  text-decoration: none;
  color: #fff;
}
